home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / docs / release.txt < prev    next >
Text File  |  1979-12-31  |  3KB  |  102 lines

  1. 19 January 1995
  2.  
  3. This is version 1.10[beta2] of Fly8, a flight simulator which I wrote. It
  4. can be freely distributed in the spirit of the GNU copyleft. It includes
  5. the full sources.
  6.  
  7. It is available for FTP from
  8.  
  9.     csc.canberra.edu.au [137.92.1.1]    /pub/ise/eyal/fly8/beta
  10.  
  11.  
  12. What's new in 1.10:
  13. -------------------
  14.  
  15. Not much has changed since 1.09 except for some new supported environments:
  16.  
  17. - Windows/WinG now available. It is much faster than the standard win3.1
  18.   version which I consider too slow to be usefull.
  19.  
  20. - Unix/X11/shm supported. This is rather faster than the standard X11 driver
  21.   and should prove of benefit to many users.
  22.  
  23. - Linux/svgalib now supported - this is the fastest unix version yet and is
  24.   on a par with the msdos direct video driver (grfast).
  25.  
  26. - joystick button support was upgraded and will handle such things as TM/FLCS
  27.   gracefully.
  28.  
  29. - msdos networking was extended to cooperate with the unix version.
  30.  
  31.  
  32. The files are:
  33. --------------
  34.  
  35. Each binary package is complete and needs no other files.
  36.  
  37.  
  38. [Some binaries may be missing... use the sources please]
  39.  
  40.  
  41. fly8.txt     This file
  42.  
  43. fly81101.zip    sources: all platfroms
  44. fly81102.zip    sources: special msdos support.
  45. fly81103.zip    msdos: objects for the asm modules (*.qc, *.b3).
  46.  
  47. fly8110d.zip    binaries: msdos (visualC)
  48. fly8110j.zip    binaries: msdos (djgpp)
  49. fly8110w.zip    binaries: mswin3
  50. fly8110g.zip    binaries: mswin3 (WinG)
  51. fly8110l.tgz    binaries: Linux (X11 and svgalib)
  52. fly8110s.tgz    binaries: Sun Sparc/X11
  53.  
  54.  
  55. Linux
  56. =====
  57.  
  58. The Linux version expects a joystick driver (if you want to use the joystick).
  59. A driver is provided in the UNIX/js directory of the source release. It is
  60. a loadable module so there is no point is releasing it in binary form.
  61.  
  62.  
  63. msdos
  64. =====
  65.  
  66. The msdos port needs at least a 386!.
  67.  
  68. It works with microsoft (qc, c7, vc1 (c8)), Borland (c2, c3, c4) and
  69. DJgpp.
  70.  
  71.  
  72. After unpacking the binaries the game should be playable. However, you
  73. should review the contents of the fly.ini file and adjust it for your
  74. environment. For example, the msdos defaults to run at 640x350 (which is
  75. bad and slow) and you will want to switch to something like 800x600 or
  76. 1024x768 (or better if you got the memory) using the 'grfast' driver.
  77. You may also wish to change the pointing device to joystick or mouse
  78. (depending on what is available on your platform).
  79.  
  80. The msdos port includes a modified graphics driver which may not work on all
  81. machines. I will try and help but, real problems can only be solved by
  82. someone with access to your type of video system.
  83.  
  84. A new program, the 'univbe' driver has been out for a while and it provides
  85. support for most video cards. However, it is shareware, so I cannot bundle it
  86. with my free game. If enough people start using the univbe and will ask for
  87. a driver that uses it then I should be able to do so.
  88.  
  89.  
  90. msdos/DJgpp
  91. ===========
  92.  
  93. There are two internal graphics drivers, grdj and grasm. The first one uses
  94. the standard graphics library that comes with DJgpp. The second is my own
  95. asm level rewrite which is faster and supports double buffering. You need
  96. an ET4000 card or a VESA VBE compatible driver to use grasm. Have a look at
  97. the readme and at fly.ini.
  98.  
  99.  
  100. Regards
  101.     Eyal Lebedinsky    (eyal@ise.canberra.edu.au)
  102.